Skip to content

release: v0.1.1210 - #3452

Merged
kwakayama merged 1 commit into
mainfrom
release/v0.1.1210
Aug 7, 2026
Merged

release: v0.1.1210#3452
kwakayama merged 1 commit into
mainfrom
release/v0.1.1210

Conversation

@kwakayama

@kwakayama kwakayama commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Cuts v0.1.1210.

Ships #3450 - a host can now publish adapter-only connectors it drives with its own client.

Hiding those connectors from every lookup removed the connector definitions out from under hosts that implement the adapter. veryfront-api ships a Salesforce client and names salesforce in its promoted set, but since v0.1.1209 getConnector('salesforce') returned undefined, so tool names stopped resolving and OAuth connection binding stopped being required. The integration stayed connectable with no working tools.

The scaffolding guard does not move. veryfront init, the template loader and the MCP catalog tools keep refusing these connectors, because generated routes run on the generic OAuth runtime and that is exactly what cannot serve them. The OAuthProvider constructor guard on runtimeSupport: "provider-adapter-required" is untouched. Those CLI tests pass unmodified in #3450, which is the evidence the seam is in the right place.

Catalog lookup was the part that was too narrow. getConnector, listConnectors and getIcon now use isCatalogVisibleIntegration, which additionally honours a new VERYFRONT_HOST_ADAPTER_INTEGRATIONS env var. Hosts name each connector they actually implement; blanket values are ignored, so a sweep can never widen the scaffolding surface by accident.

Same three files as every release bump: deno.json, src/utils/version-constant.ts, and the regenerated hydration runtime.

After this publishes

Nothing changes for any consumer until it opts in. veryfront-api will set VERYFRONT_HOST_ADAPTER_INTEGRATIONS=salesforce and restore its catalog expectations, which is what puts Salesforce back in the Studio integration list with working tools. The other 11 adapter-only connectors stay hidden everywhere until some host declares an adapter for them.

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1210.

@kwakayama
kwakayama requested a review from kojiwakayama as a code owner August 7, 2026 06:46
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 36a32e1d-bad1-406b-a6a0-8bcb5f76a3da

📥 Commits

Reviewing files that changed from the base of the PR and between 5913778 and 597e031.

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

📝 Walkthrough

Walkthrough

The package version and exported VERSION constant are updated from 0.1.1209 to 0.1.1210.

Changes

Release version alignment

Layer / File(s) Summary
Synchronize release version
deno.json, src/utils/version-constant.ts
The package metadata and exported VERSION constant now use 0.1.1210.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: kojiwakayama, copilot

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release version and matches the version updates in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.1210

Comment @coderabbitai help to get the list of available commands.

@kwakayama
kwakayama added this pull request to the merge queue Aug 7, 2026
Merged via the queue into main with commit c7b48a0 Aug 7, 2026
33 checks passed
@kwakayama
kwakayama deleted the release/v0.1.1210 branch August 7, 2026 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant